Get<TResult> Method

Summary
Sends an N-GET-REQ to the SCP.
Syntax
C#
C++/CLI
public TResult Get<TResult>( 
   DicomScp Scp, 
   string AbstractSyntax, 
   string SOPInstanceUID, 
   List<long> Attributes 
) 
public: 
_TResult^_ Getgeneric<typename TResult> 
(  
   DicomScp^ Scp, 
   String^ AbstractSyntax, 
   String^ SOPInstanceUID, 
   List<int64>^ Attributes 
)  

Parameters

Scp
The peer connection to send the N-SET-REQ to.

AbstractSyntax
The abstract syntax. Valid values for the AbstractSyntax are Modality Performed Retrieve Class and General Purpose Performed Procedure Step.

SOPInstanceUID
The SOP Instance of the class. A server may, for example, have three instances of the Nuclear Modality Performed Retrieve Class. This value identifies the data with a specific instance.

Attributes
The attributes to get. The attributes must be specified using the Data Element Tags.

Type Parameters

TResult
The type of the result.

Return Value

The requested data return from the N-SET-REQ. TResult needs to have the correct attributes in order to be update with information from the returned dataset.

Requirements

Target Platforms

Help Version 22.0.2023.1.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.